﻿@charset "utf-8";
/*
Name:		art.dialog.css
Version:	1.0.1 Build 2010-01-29
Author: 	tangbin
Email:		admin@planeArt.cn
Website:	www.planeArt.cn
*/
.myDialogImage { cursor:pointer;}
.mesWindow { position:absolute; top:0; left:0; z-index:99999; }
.mesWindow td { font-size:12px; }
.mes-body { width:100%; border:solid 1px #1D448C; background-color:#FFF; }
.mes-title-close, .mes-top-left, .mes-top-right, .mes-bottom-left, .mes-bottom-right { width:8px; height:8px; background-image:url(../Images/dialog.png); background-repeat:no-repeat; }
.mes-title-wrap { height:30px; }
.mes-title { height:100%; position:relative; cursor:default; }
.mes-title-content { height:30px; line-height:30px; padding:0 30px 0 10px; font-weight:bold; color:#d7d7d7; border-bottom:1px solid #e0e0e0; overflow:hidden; }
.mes-title-close { display:block; width:13px; height:13px; position:absolute; top:8px; right:8px; background-position:center center; outline:none; _font-size:0; _line-height:0; text-indent:-9999em; }
.mes-title-close:hover { background-color:#09255d; }
.mes-content-wrap { height:auto; text-align:center; }
.mes-content { min-height:40px; _height:40px; text-align:left; display: -moz-inline-stack; display:inline-block; *zoom:1; *display:inline; color:#333; }
.mes-content iframe { border:none; }
.mes-bottom { background-color:#EEE; border-top:1px solid #CCC; padding:5px; text-align:right; }
.mes-bottom input { background-color:#F8F8F8; border-color:#FFF #848484 #848484 #FFF; border-style:solid; border-width:1px; color:#000; font-size:12px; padding:2px 10px; text-align:center; margin-right:5px; letter-spacing:2px; }
.mes-bottom .mes-button-ok { background-color:#1D448C; color:#FFF; border-color:#84A6E6 #122B58 #122B58 #84A6E6; cursor:pointer; }
.mes-bottom .mes-button-ok:hover { background-color:#2251A8; }
.mes-border { filter:alpha(opacity=10); opacity:0.1; }/*外边框透明度*/
.mes-top-left { background-position:left top; }
.mes-top-right { background-position:right top; }
.mes-bottom-left { background-position:left bottom; }
.mes-bottom-right { background-position:right bottom; }
.mes-border-top, .mes-border-bottom, .mes-border-left, .mes-border-right { background-color:#000; }
/*正在移动*/
.mesMove .mes-title-content { background-color:#214FA3; cursor:move; }
.mesMove .mes-border { filter:alpha(opacity=5); opacity:0.05; }
/*准备就绪*/
* html.mesBegin select { visibility:hidden; }/*隐藏select控件，防止IE6盖不住的BUG*/
/*静止定位*/
html.mesFixed > body .mesWindow { position:fixed; }
* html.mesFixed { background:url(*) fixed; }/*防止IE6抖动高亮层*/
* html.mesFixed body { height:100%; }/*防止IE6下对话框位置错误*/
* html.mesFixed .mesWrap { width: 100%; height: 100%; position: absolute; left:0; top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);}/*IE6动态修正位置，模拟fixed*/
/*锁屏*/
html.mesLock { overflow:hidden; }/*禁止滚动条*/
html.mesLock > body .mesWrap { width: 100%; height: 100%; position: fixed; top:0; left:0; }/*防止出现下面遮盖不全[不禁止滚动条需要加上这句]*/
html.mesLock body { height:100%; }
html.mesLock .mseOverlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:99998; }/*遮罩*/
html.mesLock .mseOverlay div { width:100%; _padding-left:20px;/*防止IE6下body默认20px的边距导致右侧遮盖不住*/ height:100%; background:#000; filter:alpha(opacity=70); opacity:0.7; }/*遮罩颜色与透明度*/
html.mesLock .mes-border { filter:alpha(opacity=30); opacity:0.3; }

/*			预设样式[可添加组合在js中用'skin'参数中]
-----------------------------------------------------------*/
/*无底部*/
.mesNoBottom .mes-bottom { display:none; }
/*直角边框*/
.mesNoImgBorder .mes-border { background:#000 none; }
/*无外边框*/
.mesNoBorder .mes-border { display:none; }
/*无标题栏*/
.mesNoTitle .mes-title-content { visibility:hidden; }
.mesNoTitle .mes-content { margin-top:0; }
